@charset "gb2312";
/* CSS Document */

@font-face {
  font-family: 'iconfont';
  src: url('//at.alicdn.com/t/font_1460708074_2386165.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/font_1460708074_2386165.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/font_1460708074_2386165.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/font_1460708074_2386165.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/font_1460708074_2386165.svg#iconfont') format('svg'); /* iOS 4.1- */
}
                    
.expertFocus h3 .iconfont{font-family:"iconfont";font-size:34px;  padding-right:10px;font-style:normal; color:#fff;}

/* ==========================================* ( banner )=========================================== */

.fullSlide{ width:100%;  position:relative;  height:700px;  }
	
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
	
.fullSlide .bd ul{ width:100% !important;  }
	
.fullSlide .bd li{ width:100% !important; background:#fff center;  height:700px; overflow:hidden; text-align:center;  }
	
.fullSlide .bd li a{ display:block; height:700px; }

.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:10px; left:0; height:30px; line-height:30px; }
	
.fullSlide .hd ul{ text-align:center; }
	
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:20px;height:20px; border:1px #638e2b solid; margin:0 5px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%; overflow:hidden;  text-align:center;  line-height:999px; }

.fullSlide .hd ul .on{ background:#638e2b;   }

.fullSlide .prev,.fullSlide .next{  display:block;  position:absolute; z-index:1; top:45%; z-index:1; width:47px; height:47px; cursor:pointer;  display:none;  }
	
.fullSlide .prev{ left:10%; background:url(../images/icon.png) no-repeat -14px -6px; }
	
.fullSlide .next{ right:10%; background:url(../images/icon.png) no-repeat -66px -6px; }
	
.fullSlide .prev:hover{ background:url(../images/icon.png) no-repeat -14px -59px;}
	
.fullSlide .next:hover{ background:url(../images/icon.png) no-repeat -66px -59px; }

/* ==========================================* ( //banner )=========================================== */


